home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / comm / news / slrn-src.lha / slrn / doc / README.w95 < prev    next >
Text File  |  1998-05-03  |  2KB  |  49 lines

  1. This is a port of slrn to Windows 95 console mode.
  2. This distribution contains:
  3.  
  4. README.w95      This file
  5. slrn.exe        slrn executable
  6. slrnpull.exe    slrnpull executable
  7. sendsmtp.exe    SMTP mailer program
  8. slrn.rc         Sample slrn configuration file
  9. w95keys.txt     Windows 95 cursor and function key codes
  10.  
  11. To install the binaries, here are the steps needed;
  12.  
  13. 1.  Copy the slrn.exe and sendsmtp.exe files to a directory in your path.
  14.  
  15. 2.  Set the following environment variables:
  16.        set NNTPSERVER=my.news.server
  17.        set HOME=d:\home\sweet\home
  18.        (Note: Forward slashes are also ok)
  19.  
  20. 3.  Copy the file slrn.rc into the home-directory and edit it to your
  21.     needs, it should be pretty well documented.
  22.  
  23. 4.  To mail a reply or forward a message you need to set up a sendmail-
  24.     command in slrn.rc:
  25.  
  26.        set sendmail_command "sendsmtp my.mail.server"
  27.  
  28.     where the first argument to the sendsmtp program is your SMTP server.
  29.  
  30. 5.  The first time you start slrn, start it with the following parameters
  31.     "slrn.exe -create", this will create a jnews.rc.  After that you can
  32.     start it without parameters.
  33.  
  34. ABOUT VARIABLES:
  35.     slrn knows the following ENVIRONMENT variables;
  36.         TMP:  Directory for temporary files, this should be set when you
  37.               installed OS/2 to something like x:\TMP.
  38.         USER or LOGNAME: This should be the same as the first part in your
  39.               email-address (until @)
  40.         REPLYTO: If you have another emailaddress than the account you're
  41.               posting from you can set this to the preffered email-address.
  42.         HOSTNAME: The name of your computer without domain-name.
  43.         NAME: Your real name
  44.         ORGANIZATION: Organization to put in the header.
  45.         EDITOR or VISUAL: Editor used if not defined in slrn.rc. (if none
  46.               of these are defined we use edit.exe.
  47.  
  48.     Most of these can be overridden in the slrn.rc file.
  49.